public class FilterMatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
FilterMatch() |
|
FilterMatch(FilterMatch rhs) |
protected |
FilterMatch(long cPtr,
boolean cMemoryOwn) |
|
FilterMatch(SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t filter,
Match_Vect atomPairs) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
Match_Vect |
getAtomMatches() |
Match_Vect |
getAtomPairs() |
protected static long |
getCPtr(FilterMatch obj) |
SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t |
getFilterMatch() |
void |
setAtomPairs(Match_Vect value) |
void |
setFilterMatch(SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t value) |
protected FilterMatch(long cPtr, boolean cMemoryOwn)
public FilterMatch()
public FilterMatch(SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t filter, Match_Vect atomPairs)
public FilterMatch(FilterMatch rhs)
protected static long getCPtr(FilterMatch obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFilterMatch(SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t value)
public SWIGTYPE_p_boost__shared_ptrT_RDKit__FilterMatcherBase_t getFilterMatch()
public void setAtomPairs(Match_Vect value)
public Match_Vect getAtomPairs()
public Match_Vect getAtomMatches()